home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 112
/
jogo-disk-112.iso
/
Games
/
steppenwolf_3_chapter_7.swf
/
scripts
/
DefineButton2_792
/
BUTTONCONDACTION on(keyPress i).as
next >
Wrap
Text File
|
2010-07-14
|
454b
|
18 lines
on(keyPress "i"){
if(eval("/Variables:AnimJoue") == false and getProperty("_root.Animatiques", _currentframe) == 1)
{
if(eval("/Variables:AnimJoue") != true)
{
set("/Variables:Stoppe",true);
if(eval("/Variables:Grimpe") == false)
{
tellTarget("_root")
{
gotoAndStop(eval("/Variables:EtatVide"));
}
}
play();
}
}
}